Package io.realm.kotlin.migration

Types

AutomaticSchemaMigration
Link copied to clipboard
fun fun interface AutomaticSchemaMigration : RealmMigration
A realm migration that performs automatic schema migration and allows additional custom migration of data.
RealmMigration
Link copied to clipboard
interface RealmMigration
A base class for the various realm migration schemes.